Add testplan for kernel meta-qcom nightly#513
Open
vnarapar wants to merge 1 commit into
Open
Conversation
Testplans added for Meta-qcom nightly for config1 and config2 Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
Contributor
Author
|
Lava Job: |
Srikanth Muppandam (smuppand)
requested changes
Jul 17, 2026
| @@ -0,0 +1,188 @@ | |||
| metadata: | |||
| format: Lava-Test Test Definition 1.0 | |||
| name: GeneratedPlan | |||
Contributor
There was a problem hiding this comment.
The plan name does not identify to distinguish between config 1 & config2. Use distinct names.
| metadata: | ||
| format: Lava-Test Test Definition 1.0 | ||
| name: GeneratedPlan | ||
| description: "Auto-generated test plan from all run.sh files" |
Contributor
There was a problem hiding this comment.
Either reference the generator used to create these files or change the description to reflect the actual purpose.
| - cd Runner | ||
| - tar -xzvf /Lava_binaries/AudioClips.tar.gz -C /Lava_binaries || true | ||
| - tar -xzvf /Lava_binaries/video_clips_iris.tar.gz -C $PWD/suites/Multimedia/Video/Video_V4L2_Runner/ || true | ||
| - tar -xzvf /Lava_binaries/video_clips_iris.tar.gz -C $PWD/suites/Multimedia/GSTreamer/Video/Video_Encode_Decode/ || true |
Contributor
There was a problem hiding this comment.
Validate the required archives and extraction result explicitly. Either fail the setup step clearly or emit a dedicated setup result before continuing.
| - $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/Audio/AudioRecord/AudioRecord_config9.res || true | ||
| - $PWD/suites/Multimedia/Audio/AudioRecord/run.sh --source "mic" --config-name "record_config10" --record-seconds "5s" --loops 1 --res-suffix "config10" --lava-testcase-id "AudioRecord" || true | ||
| - $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/Audio/AudioRecord/AudioRecord_config10.res || true | ||
| - $PWD/suites/Multimedia/CDSP/fastrpc_test/run.sh || true |
Contributor
There was a problem hiding this comment.
Why it is not applicable to config 1?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testplans added for Meta-qcom nightly for config1 and config2